OpenRoads Designer CONNECT Edition SDK Help

ProfileParabolaConstructor Class

Defines and implements properties and methods for all the linear elements

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public class ProfileParabolaConstructor
Inheritance → ProfileParabolaConstructor

Constructors

ProfileParabolaConstructor Initializes a new instance of the ProfileParabolaConstructor class

Methods

CalculateTangentParabola(ProfileElement, ProfileParabolaConstructor.PointAndGrade) Calculates parabola data from thru point and grade at thru point
CalculateTangentParabola(ProfileElement, DPoint3d, Double) Calculates parabola data from thru point and radius
CreateAsymmetrical Calculates assymetrical parabola.
CreateParabolaByEndPtsAndRadius Constructs a profile parabola giving the end points and the radius.
createParabolaByEndPtsAndThruPoint Constructs a profile parabola giving the end points and a thru point.
createParabolaByEndPtsAndVpiPoint Constructs a profile parabola giving the end points and a vpi point.
createParabolaByRadiusAndVpiPoint Constructs a profile parabola giving the end tangent and a vpi point.
CreateParabolaByTwoPtsAndLength Constructs a profile parabola giving the start, the summit point, and the radius.
CreateParabolicReverseTransition Constructs a reveser profile parabolae elements tangent to two profile lines elements.
CreateTangentParabola(ProfileElement, DPoint3d, DPoint3d) Constructs a profile parabola tangent to a profile element.
CreateTangentParabola(ProfileElement, DPoint3d, Double) Constructs a profile parabola tangent to a profile element.
CreateTangentParabola(ProfileElement, DPoint3d, DPoint3d, Double) Constructs a profile parabola tangent to a profile element.
CreateTangentParabola(ProfileElement, DPoint3d, Double, Double) Constructs a profile parabola tangent to a profile element.
CreateTangentParabolaArrayByThruPoint Constructs a profile parabola tangent to a profile element.
CreateTangentParabolaByThruPoint(ProfileElement, DPoint3d, DPoint3d) Constructs a profile parabola tangent to a profile element.
CreateTangentParabolaByThruPoint(ProfileParabola, Double, DPoint3d) Calculates parabola tangential to given parabola at point located at summitOffset passing thru thruPoint
CreateTangentParabolaTwoElementsByLength Constructs Vertical parabola tangent to two elements and projected length.
CreateTangentParabolaTwoElementsByPoint Constructs a profile parabola element tangent to two profile elements and passing through a point.
CreateTangentParabolaTwoElementsByRadius Constructs a profile parabola element tangent to two profile elements.
CreateTangentParabolaTwoLinesByLength Constructs a profile parabola element tangent to two profile lines elements.

See Also